SortAsync<T>(IDataCollection<T>,Expression<Func<T,Object>>,SortDirection) Method
Sorts the data collection according to the specified sort path and direction.
Parameters
- dataCollection
- The data collection.
- sortPath
- The filter path.
- sortDirection
- The sort direction.
Type Parameters
- T